x86/HVM: tighten re-issue check in hvmemul_do_io()
authorJan Beulich <jbeulich@suse.com>
Tue, 5 Dec 2017 16:18:37 +0000 (17:18 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 5 Dec 2017 16:18:37 +0000 (17:18 +0100)
commitf9a98780491e1a4a31adfe02fefc0892f880552e
tree6d31df8adc5aa558718a70cb614f1477650c775f
parentdcdcb97936473aaab261979c42f6aa8be330da97
x86/HVM: tighten re-issue check in hvmemul_do_io()

I'm not sure why we had left out the address check in case of indirect
accesses (where "data" holds a guest physical address).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
xen/arch/x86/hvm/emulate.c